Macros recipes/ru
На этой странице перечислены макросы, которые могут добавить функциональность FreeCAD'у.
Если вы написали макрос и хотите включить его в одну из категорий на этой странице, перейдите к Документирование макросов, чтобы узнать больше о правильном документировании макроса.
Категории
Преобразование
Macro Batch export to mesh: Helps batch exporting STL and OBJ files. It adds a GUI for speeding up the conversion and file saving of selected objects.
Macro Compound Plus: Draft command set in a small macro for the 2D sketch example: work with the DXF files.
Macro DeepCopy: Make a compound out of a part with a copy of all its shapes.
Macro Dxf To Shape: Macro utility for create unique wire with many wires, the type wire created is selected to MakeWire, Bspline, BsplineCurve, BsplineCurve + Arc, Polygon, Bezier curve.
Macro FCBmpImport: Import Black and White BMP images into FreeCAD as sketch, wire, or solid or Grayscale BMP for lithophanes.
Macro FCWire To Volume: This macro create boolean operation with the objects selected just select the wires give the thickness and click "Create".
Macro Iges PyImporter: Imports an iges file with entity 128, for example an iges-file from FreeShip, into FreeCAD.
Macro MultiCopy: MultiCopy allows the duplication (copy and paste) of multiple FreeCAD objects that can be labelled sequentially and in a custom manner.
Macro PartToVRML: Converts selected parts to VRML meshes for small size and faster loading (VRML models Kicad and Blender compatible).
Верстак Fem
Macro export transient FEM results: This macro exports multiple FEM result objects from a transient analysis to the VTK format and generates a PVU file which can be used to load the results directly into ParaView for post-processing.
Gui
Macro MacroMenu: Add the macros found in the macros folder to the Macros menu of FreeCAD.
Macro SplitPropEditor: Temporarily split the property editor from the combo view to a separated dock widget.
Macro Toggle Panels Visibility: This macro toggles the visibility of various supporting panels in FreeCAD, allowing the main window to be viewed with all available screen space.
Macro MacroToolbarManager: Easily manage custom macro toolbars, allows to create, rename, and delete toolbars, add and remove the macros, edit shortcuts and icons, even includes a simple xpm icon maker tool.
Информация и измерения
Macro CenterFace: This macro red trace (editable) the center face (mass) with 1 point and print the coordinates.
Macro CenterOfMass: Gives the total mass and the center of mass of multiple objects selected with the density chosen.
Macro Dump Objects: This macro generates a listing of all objects in the current document - the list can be in a window or on the Report view.
Macro FC element selector: This macro display all elements below cursor same "Macro Mouse over cb" with GUI (elements covered by other elements will also be displayed).
Макрос FCInfo: Предоставляет ряд сведений о выбранной форме и может отображать пересчёт длины, наклона (градусы, радианы, грады), формы, поверхности, объёма и веса формы в плотность, выбранную в различных международных и англо-саксонских единицах.
Макрос FCInfo ToolBar: Предоставляет ряд сведений о выбранной форме в виде FCISnfo на мини-панели инструментов.
Macro FCInfoGlass: Gives a series of information about the selected shape and displayed in screen 3D.
Macro FCInfoToMouse: Provides informations coordinates, length and angles in real time on the mouse in a bubble annotation displayed in the 3D screen.
Macro FCTreeView: Macro for list all objects in the project in one list without hierarchy, options sort by name, label, visibility, group, by length option search by name, label... without case sensitive or with case sensitive and select all objects displayed in the macro window.
Macro Mouse over cb: This macro display all elements below cursor (elements covered by other elements will also be displayed).
Macro SimpleProperties: Display in a concise way basic physical properties of an object (volume, bound box dimensions, ...).
Библиотеки
Macro BOLTS: The aim of BOLTS is to build a free and open-source standard parts library for CAD applications.
Математические функции
Создание объектов
Macro AeroFoil: AeroFoil creates airfoil curves and faces using pre-defined models, algebraic functions, and DAT or CSV Files.
Macro Circle: Create a circle or arc giving radius, diameter, circumference, area, startangle, endangle, arc, anglecenter, cord, arrow, center (point) on choice (same above without GUI).
Macro CirclePlus: Create a circle or arc giving radius, diameter, circumference, area, startangle, endangle, arc, anglecenter, cord, arrow, center (point) on choice (same below but with GUI) plus create sector and face.
Macro Cut Circle: Cut a circle or arc and create x arcs, giving the number of cut.
Macro Cut Line: Cut a line and create x points, giving the number of points, create line or not, create points or not, create bicolor or not on choice.
Macro HilbertCurve: Creates an Hilbert curve wire in 2 or 3 dimensions with many iterations.
Macro Honeycomb: Creates a feature Python Honeycomb object compatible in and out of PartDesign.
Macro ImportAirfoil: Airfoil coordinates import, then scale the airfoil, rotate, translate in the plane, translate along the span, select the plane and the main axis, and turn the geometry into a sketch.
Macro Intersection: Finds the intersection between 2 or 3 selected edges/faces, works with Datum Planes and Datum Lines also. Creates a parametric feature Python object containing the shape of the intersection.
Macro Line Length: Create a line giving coordinate XYZ length and angle to plane X Y.
Macro Polyhedrons: This macro creates parametric polyhedrons (dodecahedron, icosahedron, tetrahedron, ...). Customizable via radius or side.
Macro Pyramid: This macro creates a parametric pyramid. All parameters are customizable just like with Part Cone.
Macro Repro Wire: This macro reproduces all element selected subobject wire or face.
Macro Solid Sweep: Creates a solid by sweeping a 2D profile along a trajectory previously selected in the 3D view. The 2D elements can be created through the regular tools in FreeCAD's GUI.
Macro Stairs: Create stair helix, create your stair nosing select and run the macro.
Macro Triangle AH: This macro creates a triangle by giving the head angle and the height of the triangle (the head of the triangle is positioned to the xyz coordinates 0.0).
Macro WireXYZ: This macro creates a Wire with the coordinates extracted from a file. The coordinates X Y Z are separated by a space.
Преобразование объекта
Macro Align Object to View: This macro align the selected object to the current View and set the coordinates Placement of the camera.
Macro ArrayCopy: Copies the selected object several times, on an array grid.
Macro Bevel: Bevels selected vertices, creates parametric feature Python object, compatible with all solids (except with round edges) including features in Part Design bodies.
Macro Center Align Objects with Faces or Edges: This macro covers the following constraints: Concentric constraint among non cylindrical parts; and Constraint on center Faces and/or Edges. It works also with the new Body and App::Part containers, as well as with STEP hierarchy.
Macro CloneConvert: Creates a clone of the object and the converted in the chosen position and size (inch, mm, m, µm...). The base object is recognized in mm (FreeCAd base).
Macro Connect And Sweep: This macro easily creates a connection between two objects, an object and a point or between two points or the selected line, wire, edge (the center of the objects are the starting and ending points of the sweep) can be selected form a configurable ellipse polygon circle.
Macro Express Placement: Display and quickly edit a selected object's placement coordinates directly or via expressions.
Macro FlattenWire: Flattens draft wires that are not planar to their median Z coordinate.
Macro HealArcs: Sometimes arcs are transformed into BSplines, for example when scale operations have been applied to them. This macro recreates valid arcs from them. Useful before exporting to dxf.
Macro JointWire: Allows to find and joint all non connected edge to the closest non connected one using a line.
Macro magicAngle: Small GUI for the Draft.rotate function. Allows to rotate panels and even other more complicated objects, like construction profiles.
Macro MatrixTransform: Apply linear space transformations to distort shapes. E.g., non-uniform scaling, shearing, mirroring, axes swapping.
Macro Move to Origin: This macro translates the Placement of an object so that a selected location becomes its new origin.
Macro MultiCuts: This macro improves boolean cut hierarchy by automatic labeling and using copies for cut.
Macro Rotate To Point: Macro to rotate an object around the center of its boundbox, its center of mass, or the last clicked point.
Macro Section: Alternative implementation of Part Section tool, more suitable for making sweep paths (parametric).
Macro SuperWire: Forces the creation of a Wire from lines and arcs that don't necessarily touch each other. Use this if normal wire operation fails.
Macro WireFilter: Filter wires from a sketch to only use certain ones, also 2D offsets, scales, rearranges wire order.
Object visibility, view properties and textures
colorManager: Allows to set face colors for all objects from a spreadsheet. Also you can browse colors for a manually selected face or object and see the effect in the 3D model in real-time.
Macro Colorize: Easily set colors of faces, edges, and vertices, including individual transparency levels.
Macro EasyReflector: Easily managed textures with a parametric feature python object that persists between FreeCAD and Document sessions.
Macro Texture: Create a project from a bmp image to create a texture easily.
Macro Toggle Drawstyle Optimized: This macro toggles the Drawstyle of the selected object (same as Macro Toggle Drawstyle above but optimized for all languages).
Macro Toggle Visibility: Set of three macro, macro 1: hidden the objects not selected, macro 2: displayed alls objects, macro 3: hidden alls objects.
Macro Toggle Visibility2 1-2: Set of two macro, macro 1:Macro_Toggle_Visibility2_1-2 hidden the objects not selected, macro 2:Macro_Toggle_Visibility2_2-2 displayed alls objects, macro with the original visibility.
Macro Toggle Visibility2 2-2: Set of two macro, macro 1:Macro_Toggle_Visibility2_1-2 hidden the objects not selected, macro 2:Macro_Toggle_Visibility2_2-2 displayed alls objects, macro with the original visibility.
setTextures: Allows to permanently store the URL of textures in a FreeCAD project and load stored textures.
Верстак PartDesign
Macro PDWrapper: Encapsulates non-PartDesign solids for use in PartDesign Bodies, and more.
Визуализация (Raytracing)
Утилиты
Macro Convert 021: Converts a FreeCAD file saved with a post-0.21 version back to 0.21 format.
Macro Download Classifications: Downloads a package of BIM classification systems (Masterformat, Uniformat, ...) to be used in BIM projects in FreeCAD.
Macro Duplicate Selection: This macro testing if one selection are duplicate, select the object IN THE 3D VIEW the "ForbiddenCursor" stay if the or one selection is duplicate, the macro stay resident.
Macro ExpandTreeItem: This macro expand selected items in the tree view. If not selection all item are expand/collapse.
Macro findConfigFiles: Finds user config files system.cfg and user.cfg, copies folder location to system clipboard, instructs user on renaming these files in order to reset FreeCAD settings, and opens folder with default file browser.
Macro ImperialScales: Shows a list of US Imperial Arch scales list with the corresponding factor to apply to TechDraw pages or views.
Macro PCBWay: Sends a selected object to PCBWay for manufacturing through CNC milling, laser cutting or 3D printing.
Macro SketchUnmap: Unmap a sketch from its current support and makes its placement absolute, eventually creating a locating datum plane.
Macro TreeToAscii: Prints model tree as "ASCII art" with custom pattern & style, and export to clipboard, file or embedded document.
Macro Unbind Numpad Shortcuts: Rebinds standard view commands from digit keys to Ctrl+digit, so that they don't spin the view by accident when entering numbers.
Macro WorkFeatures: Tool utility to create points, axes, planes and many other useful features to facilitate the creation of your project.
Woodworking
getDimensions: FreeCAD macro to get chipboards dimensions to cut (BOM, cutlist).
Macro Cabinets32: Creates side and top/bottom walls for a cabinet with drilled holes for connection parts of manufacturer Hettich.
Macro Joint: Creates a variety of joints, such as mortise/tenon, box joints, dovetail joints, and snap joints.
makeTransparent: Switches all parts from non-transparent to transparent, and back, allowing you to preview pilot holes, countersinks and other joints.
Применение
See how to install macros for a full description, and customize toolbars to add the macros to a toolbar for easy access.
Installing many macros is equivalent to installing a new workbench; see how to install additional workbenches for this information.
Автоматическая установка
Используйте Addon Manager в меню Инструменты → Менеджер дополнений для установки макроса, включенного в FreeCAD-macros репозиторий. introduced in 0.17
Ручная установка
If the Addon Manager is not used, the macro can be installed manually.
- Copy the Python code from the corresponding macro page.
- Open the macros menu Macro → Macros, press Create, and give it a name.
- Paste the Python code that you copied.
- Press the Save button, and restart FreeCAD.
- To use it, open again the macros menu, select your new macro, and press Execute.
Добавление макроса на панель инструментов
- Go to Tools → Customize.
- In the Macros tab, add a new macro name, and optionally define an icon and a keyboard shortcut.
- In the Toolbars tab, create a new toolbar, and add your macro, taking it from the Macros category.